home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / zzap65a.zip / ZZAP.REF < prev   
Text File  |  1991-08-11  |  2KB  |  43 lines

  1.                      ZZAP Quick Reference Guide
  2.  
  3.  
  4. Configuration file commands:
  5.  
  6. ARC=        Archiving program specification.   EXT PROGNAME.EXT OPTIONS
  7. UNARC=      Unarchiving program specification.  EXT PROGNAME.EXT OPTIONS
  8. DEFAULT=    The default extension, accepts any archive file extension.
  9. BADDIR=     The subdirectory to place corrupted and infected archives.
  10. SWITCH=     Default command line switches.
  11. FIXER=      Program name and options for file list fix up program.
  12. AGE=        Maximum days old of files to be processed.
  13. PRE=        Program and options to execute before extracting files from the
  14.             archive .
  15. MID=        Program and options to execute after extracting files from the
  16.             archive.
  17. POST=       Program and to execute to execute after creating the new archive.
  18. SCANOPT=    Command line options for SCAN.EXE (virus scanner).
  19.  
  20. Command line switches:
  21.  
  22. /A±    Flag HIDDEN, SYSTEM, or READ-ONLY attributes, archives containing
  23.        files with any of these attributes will be considered corrupted.
  24. /C±    Call the fix up program defined by FIXER=.
  25. /D?    Date stamping, ? can be (L)atest, (O)riginal, or (T)oday.
  26. /E???  Default extension (overides DEFAULT=), ??? is the 3 letter extension.
  27. /F±    Create list of converted archives.
  28. /I±    Ignore the AGE= setting and process all files regardless of age.
  29. /K±    Keep the original archive.
  30. /N±    Convert nested archives.
  31. /O±    Convert all archives to original archive type.
  32. /P±    Prevent overwriting of archives when converting.
  33. /R±    Recurse subdirectories.
  34. /S±    Strip HIDDEN, SYSTEM, and READ-ONLY attributes from files.
  35. /T±    Test mode, don't create new archives.
  36. /V±    Check for viruses using SCAN.EXE
  37. /X±    Use EMS or XMS when executing external programs.
  38. /Z±    Enable/disable I/O redirection.
  39.  
  40. NOTE:  ± indicates the switch accepts a "+" or "-" after the letter,
  41. e.g. "/V+".  A "+" turns the option on, a "-" turns the option off.
  42. Omitting it has the same effect as a "+".
  43.